[translate]Translate the po file into chinese #3717
[translate]Translate the po file into chinese #3717zhouyao1994 wants to merge 21 commits intoapache:masterfrom zhouyao1994:translate_zh
Conversation
|
Coverage remained the same at 71.352% when pulling 6b89df27e5f9edcd4649570838c0f80ff62813be on zhouyao1994:translate_zh into 547a3bf on apache:master. |
1 similar comment
|
Coverage remained the same at 71.352% when pulling 6b89df27e5f9edcd4649570838c0f80ff62813be on zhouyao1994:translate_zh into 547a3bf on apache:master. |
|
FYI you don't need to open a new PR just push the changes to the same branch and the PR will update. |
|
@xrmx sorry~ this is my first time to commit my code. thank you mind me。 Can I push requer my code in this PR since the prev PR branch had been deleted. |
|
@magicansk I add the Chinese-Traditional lang but I can't see in my browser, is that has some font problem? can you test it ? thank you ~ |
2 similar comments
|
Hi, @zhouyao1994
|
|
Hi @zhouyao1994, |
|
Hi @magicansk |
|
【translate】add Chinese-TW langua and try to translate more in Chinese |
|
@graceguo-supercat can you review this code that i commit in This PR? |
|
@mistercrunch #3717 have PR few days。
i used superset set for a few mouth,it's very good I really want to be able to make comtribution to the community. thank you very much! |
|
@zhouyao1994 Thank you for the contribution. Sorry for the delay, because we have another translation PR #3750 and #3745, I just want to make sure all new translations are put into right place. Please resolve conflicts, and then I can merge it. Thank you! |
A shortcut to make it easy to refresh a table's schema
1. avoid exports is not defined error 2. per jordan's suggestion, update .babelrc only use airbnb presets
* Reorders MANIFEST.in * Includes the translations dir in MANIFEST
Dialect's has_table method requires connection as the first argument, not engine (https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/engine/interfaces.py#L454). Instead, we can use engine's has_table method that handles the connection for us (https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/engine/base.py#L2141). Alternatively, we could call engine.dialect.has_table(engine.connect(), ...).
Move all translation config to superset/translations
In `assets/static` we have a symlink pointing to `docs/_build/html` which is .gitignored and missing in the repo since we don't want the html-generated docs in the repo, meaning the symlink is broken Having the symlink broken creates issues with pip-compile somehow. Adding a dummy file here addresses that
So we stop confusing people that thinks we do DDL. Fix #3761
update to 1.9 I have built and pip installed with latest cryptography.
* [time table] add tooltip to sparkline * [time table] open link in new tab * [time table] add back Mustache
|
@graceguo-supercat i just rebase on the latest code in master and sovle the conflices .But,it seems that so many changes have been commit. Is that the right thing to do? |
2 similar comments
|
@zhouyao1994 You can do a rebase or merge to pick up all latest change. Please double check you didn't overwrite other contributors' code. Also under |



[translate]Translate the po file into chinese
and regenarate po file from.source code